[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
        Get/set file's date/time (INT 21h, 57h)

        Entry:
          AH = 57h
          AL = function code
                  0 = get date and time
                  1 = set date and time
                     CX = time to be set (if AL = 1)
                     DX = date to be set (if AL = 1)
          BX = file handle
        Return:
          CF = 1 if error
                  AX = Error Code
          CX = time of last write (if AL = 0)
          DX = date of last write (if AL = 0)

See Also: INT 21h, 3Ch INT 21h, 3Dh Error codes
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson